PATHMac OS 8 and 9 Developer Documentation > Human Interface Toolbox > Appearance Manager >

Programming With the Appearance Manager


DrawThemeTickMark

Draws a tick mark.

pascal OSStatus DrawThemeTickMark (
                     const Rect *bounds,
                     ThemeDrawState state);
bounds
A pointer to a structure of type Rect . Before calling DrawThemeTickMark , set the rectangle to the position that contains the tick mark, in local coordinates. Note that tick marks are of a fixed--3 pixel by 8 pixel--size.
state
A value of type ThemeDrawState . Pass a constant specifying the state in which to draw the tick mark; see Theme Draw State Constants . The tick mark can be drawn as active or inactive; passing kThemeStatePressed produces an error.
function result
A result code; see Result Codes .
DISCUSSION

The DrawThemeTickMark function draws a single theme-compliant tick mark. To draw a complete set of tick marks for a track, call the function DrawThemeTrackTickMarks .

VERSION NOTES

Available with Appearance Manager 1.1 and later.


© 1999 Apple Computer, Inc. – (Last Updated 29 April 99)